Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#212: m2 repo settings as MAVEN_ARGS #275

Merged

Conversation

mvomiero
Copy link
Contributor

@mvomiero mvomiero commented Apr 2, 2024

Fixes: #212

@mvomiero mvomiero removed their assignment Apr 5, 2024
@tobka777 tobka777 requested a review from VinceHeu April 5, 2024 09:05
Copy link
Contributor

@VinceHeu VinceHeu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your addition.
Looks great :)

@VinceHeu VinceHeu requested a review from hohwille April 8, 2024 06:20
@coveralls
Copy link
Collaborator

coveralls commented Apr 8, 2024

Pull Request Test Coverage Report for Build 8664683190

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 11 unchanged lines in 2 files lost coverage.
  • Overall coverage increased (+0.02%) to 59.511%

Files with Coverage Reduction New Missed Lines %
com/devonfw/tools/ide/variable/VariableDefinitionString.java 1 58.33%
com/devonfw/tools/ide/context/IdeContext.java 10 45.45%
Totals Coverage Status
Change from base Build 8664515095: 0.02%
Covered Lines: 4524
Relevant Lines: 7313

💛 - Coveralls

Copy link
Member

@hohwille hohwille left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mvomiero thanks for your PR. You implemented the correct solution. 👍
I left a small comment for improvement of robustness to avoid NullPointerException if called from outside of the project (IDE_HOME).
Please add a null check and then I can merge. Thanks.

Copy link
Member

@hohwille hohwille left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mvomiero thanks for the update. 👍
Ready for merge.

@hohwille hohwille merged commit 43687d4 into devonfw:main Apr 12, 2024
3 checks passed
@mvomiero mvomiero deleted the enhancement/212-mvnRepoSettingAsMAVENOPTS branch April 18, 2024 09:58
@hohwille hohwille added the story-review marks PRs that will be presented in the sprint-review label May 3, 2024
@tobka777 tobka777 added reviewed Marks PRs that have been presented in the sprint-review meeting or that do not need to be presented. and removed story-review marks PRs that will be presented in the sprint-review labels May 7, 2024
@hohwille hohwille added this to the release:2024.04.001 milestone Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
reviewed Marks PRs that have been presented in the sprint-review meeting or that do not need to be presented.
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

Pass to maven the m2 repo location as setting argument instead of using $MAVEN_OPTS environment variable
5 participants